home *** CD-ROM | disk | FTP | other *** search
/ Xenosoft 1 / Xenosoft 1 (Game collection)(1994).iso / dominus.arj / DOMINUS / DOM.BAT < prev    next >
DOS Batch File  |  1994-09-19  |  141b  |  11 lines

  1. @echo off
  2. set dos4g=
  3. set dos4gvm=1
  4. memtest 575000 3000000
  5. if %errorlevel=1 goto :exit
  6. set dos4g=quiet
  7. loader start.int
  8. main
  9. :exit
  10.  
  11.